This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Karl Zekveluchekflar 12.Nov.03 02:06 PM a Web browser Domino Designer6.0.1 CF1All Platforms
In the QueryOpen event, I put this:
(sorry for the french text)
listeutilisateur_ := @Prompt([OkCancelEditCombo]:[NoSort];"Changer le nom";"Choisir le nouveau nom pour l'équipement sélectionné";"choix default";@DbColumn("";"domfppq1":"names.nsf";"Principale";1));
This prompt the user to select an element from a list. I would like to use this selected element for my "SELECT" in the View Selection event. But it's not working.